home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / spinava historka / gCZ.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2004-10-08  |  367 b   |  20 lines

  1. setProperty("_root.hero", _xscale, "+100");
  2. setProperty("_root.hero", _yscale, "100");
  3. setProperty("_root.hero", _X, "700");
  4. setProperty("_root.hero", _Y, "425");
  5. tellTarget("_root.darker")
  6. {
  7.    gotoAndPlay(2);
  8. }
  9. if(prog_pila eq true)
  10. {
  11.    tellTarget("_root.minipila")
  12.    {
  13.       gotoAndStop(4);
  14.    }
  15. }
  16. tellTarget("_root.c")
  17. {
  18.    gotoAndStop(1);
  19. }
  20.